summaryrefslogtreecommitdiff
path: root/tests/test-fprintf-posix.sh
diff options
context:
space:
mode:
authorBruno Haible <bruno@clisp.org>2007-05-17 09:18:53 +0000
committerBruno Haible <bruno@clisp.org>2007-05-17 09:18:53 +0000
commit85837d615fc0c092e5ed920e6be187ade121ba39 (patch)
tree1bc0e332adb5a5d524c69200e048faa4545ee2a4 /tests/test-fprintf-posix.sh
parent4a9ad45de5d3d6e51bfe80647e258b4970126812 (diff)
downloadgnulib-85837d615fc0c092e5ed920e6be187ade121ba39.tar.gz
Renamed test-fprintf-posix.out to test-printf-posix.output.
Diffstat (limited to 'tests/test-fprintf-posix.sh')
-rwxr-xr-xtests/test-fprintf-posix.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/test-fprintf-posix.sh b/tests/test-fprintf-posix.sh
index c21cc4d8e1..7cc25b1c59 100755
--- a/tests/test-fprintf-posix.sh
+++ b/tests/test-fprintf-posix.sh
@@ -7,7 +7,7 @@ tmpfiles="$tmpfiles t-fprintf-posix.tmp"
./test-fprintf-posix${EXEEXT} > t-fprintf-posix.tmp || exit 1
: ${DIFF=diff}
-${DIFF} "${srcdir}/test-fprintf-posix.out" t-fprintf-posix.tmp
+${DIFF} "${srcdir}/test-printf-posix.output" t-fprintf-posix.tmp
result=$?
rm -fr $tmpfiles