Merge pull request #17 from apache/SLING-11160

SLING-11160 : Repoinit does not allow to remove individual ACEs
diff --git a/concatenate-test-scenarios.sh b/concatenate-test-scenarios.sh
index dfe906c..b6def0d 100755
--- a/concatenate-test-scenarios.sh
+++ b/concatenate-test-scenarios.sh
@@ -5,7 +5,7 @@
 #
 
 function generate() {
-    find src/test/resources/testcases -name *.txt | grep -v output | sort -V | while read f
+    find src/test/resources/testcases -name '*.txt' | grep -v output | sort -V | while read f
     do
         echo
         echo "# $(basename $f)"