summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
Diffstat (limited to 'tests')
-rwxr-xr-xtests/name-clash.script2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/name-clash.script b/tests/name-clash.script
index 8f762a3e..ce9ec051 100755
--- a/tests/name-clash.script
+++ b/tests/name-clash.script
@@ -65,5 +65,5 @@ EOF
# unpack it and check the contents
INSTDIR="$DATADIR"/unpack
mkdir -p "$INSTDIR"
-tar -C "$INSTDIR" -xf "$cache/"*hello-stratum*
+tar -C "$INSTDIR" -xhf "$cache/"*hello-stratum*
test "$("$INSTDIR"/bin/hello)" = "hello, world"