summaryrefslogtreecommitdiff
path: root/tests/readlink/multi.sh
diff options
context:
space:
mode:
Diffstat (limited to 'tests/readlink/multi.sh')
-rwxr-xr-xtests/readlink/multi.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/readlink/multi.sh b/tests/readlink/multi.sh
index 3b915443..e4878ecc 100755
--- a/tests/readlink/multi.sh
+++ b/tests/readlink/multi.sh
@@ -1,7 +1,7 @@
#!/bin/sh
# test multiple argument handling.
-# Copyright (C) 2012-2013 Free Software Foundation, Inc.
+# Copyright (C) 2012-2014 Free Software Foundation, Inc.
# This program is free software: you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
@@ -40,7 +40,7 @@ compare exp out || fail=1
# Note the edge case that the last xargs run may not have a delimiter
rm out || framework_failure_
printf '/1\0/1\0/1' > exp || framework_failure_
-printf '/1 /1 /1' | xargs -n2 readlink -n -m --zero >> out || fail=1
+printf '/1 /1 /1 ' | xargs -n2 readlink -n -m --zero >> out || fail=1
compare exp out || fail=1
Exit $fail