summaryrefslogtreecommitdiff
path: root/test/trans.d/gentests
diff options
context:
space:
mode:
Diffstat (limited to 'test/trans.d/gentests')
-rwxr-xr-xtest/trans.d/gentests2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/trans.d/gentests b/test/trans.d/gentests
index a2064080..dd3bcf91 100755
--- a/test/trans.d/gentests
+++ b/test/trans.d/gentests
@@ -9,7 +9,7 @@ mkdir -p working
echo working/* | xargs rm -f
-[ $# = 0 ] && set -- `find case -type f -and -not -name '*_*' | sort`
+[ $# = 0 ] && set -- `find -H case -type f -and -not -name '*_*' | sort`
for fn; do