diff options
-rw-r--r-- | ChangeLog | 2 | ||||
-rw-r--r-- | io/ftwtest-sh | 2 |
2 files changed, 3 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog index e231408a26..006ca7d12e 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,7 @@ 2014-02-12 Joseph Myers <joseph@codesourcery.com> + * io/ftwtest-sh (testout): Change to $tmp/ftwtest-tmp.out. + * Makerules (check-abi-%): Change target to $(objpfx)check-abi-%.out. (check-abi target): Update dependencies. diff --git a/io/ftwtest-sh b/io/ftwtest-sh index 7341c1f654..db1c6bcc32 100644 --- a/io/ftwtest-sh +++ b/io/ftwtest-sh @@ -69,7 +69,7 @@ ln -s $tmpdir/foo/lvl1/lvl2/lvl3/lvl4 $tmpdir/foo/lvl1/link@1 echo > $tmpdir/bar/xo chmod a-x,a+r $tmpdir/bar -testout=$tmp/ftwtest.out +testout=$tmp/ftwtest-tmp.out $testprogram $tmpdir | sort > $testout |