mirror of
https://github.com/reactos/ccache.git
synced 2025-01-07 11:30:34 +00:00
Correct include file distrust test case
This commit is contained in:
parent
87ef08d6c9
commit
ef8ffb8953
6
test.sh
6
test.sh
@ -988,7 +988,9 @@ EOF
|
||||
#!/bin/sh
|
||||
CCACHE_DISABLE=1 # If $COMPILER happens to be a ccache symlink...
|
||||
export CCACHE_DISABLE
|
||||
[ x\$2 = "x-E" ] && touch \$3 # Be sure that mtime >= time_of_compilation
|
||||
stat new.h >>/tmp/stat.log
|
||||
[ x\$2 = "x-E" ] && touch new.h # Be sure that mtime >= time_of_compilation
|
||||
stat new.h >>/tmp/stat.log
|
||||
exec $COMPILER "\$@"
|
||||
EOF
|
||||
chmod +x $touchy_compiler
|
||||
@ -1017,7 +1019,7 @@ EOF
|
||||
#!/bin/sh
|
||||
CCACHE_DISABLE=1 # If $COMPILER happens to be a ccache symlink...
|
||||
export CCACHE_DISABLE
|
||||
[ x\$2 = "x-E" ] && touch \$3 # Be sure that mtime >= time_of_compilation
|
||||
[ x\$2 = "x-E" ] && touch new.h # Be sure that mtime >= time_of_compilation
|
||||
exec $COMPILER "\$@"
|
||||
EOF
|
||||
chmod +x $touchy_compiler
|
||||
|
Loading…
Reference in New Issue
Block a user