We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d1ccfb0 commit 20da8e9Copy full SHA for 20da8e9
regress/banner.sh
@@ -13,7 +13,7 @@ verbose "test $tid: missing banner file"
13
cmp $OBJ/empty.in $OBJ/banner.out ) || \
14
fail "missing banner file"
15
16
-for s in 0 10 100 1000 10000 100000 ; do
+for s in 0 10 100 1000 10000 ; do
17
if [ "$s" = "0" ]; then
18
# create empty banner
19
touch $OBJ/banner.in
0 commit comments