Correct include file distrust test case

This commit is contained in:
Joel Rosdahl 2010-05-25 18:43:09 +02:00
parent 87ef08d6c9
commit ef8ffb8953

View File

@ -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