Raymond Toy pushed to branch issue-469-enable-cr-pow at cmucl / cmucl

Commits:

1 changed file:

Changes:

  • bin/run-unit-tests.sh
    ... ... @@ -56,8 +56,9 @@ ln -s /bin/ls test-tmp/ls-link
    56 56
     # tests/os.lisp.
    
    57 57
     case `uname -s` in
    
    58 58
         Linux)
    
    59
    -	touch -d "1 April 2038" tests/resources/64-bit-timestamp-2038.txt
    
    60
    -	touch -d "1 April 2106" tests/resources/64-bit-timestamp-2106.txt
    
    59
    +	# -t format is [[CC]YY]MMDDhhmm[.ss]
    
    60
    +	touch -t 203804010000 tests/resources/64-bit-timestamp-2038.txt
    
    61
    +	touch -t 210604010000 tests/resources/64-bit-timestamp-2106.txt
    
    61 62
     	;;
    
    62 63
     esac
    
    63 64