diff options
author | Denis Vlasenko <vda.linux@googlemail.com> | 2007-03-20 11:30:28 +0000 |
---|---|---|
committer | Denis Vlasenko <vda.linux@googlemail.com> | 2007-03-20 11:30:28 +0000 |
commit | c86e052b81210e762f8ca6b79cb46b8c4bdfbfe0 (patch) | |
tree | 90608280101218f60c7d9181b913e92ba895799d /shell/ash_test/run-all | |
parent | e84aeb5bcb1a8398fce53aad9c0072ad73a8b5c9 (diff) | |
download | busybox-w32-c86e052b81210e762f8ca6b79cb46b8c4bdfbfe0.tar.gz busybox-w32-c86e052b81210e762f8ca6b79cb46b8c4bdfbfe0.tar.bz2 busybox-w32-c86e052b81210e762f8ca6b79cb46b8c4bdfbfe0.zip |
fix accumulated whitespace and indentation damage
Diffstat (limited to 'shell/ash_test/run-all')
-rwxr-xr-x | shell/ash_test/run-all | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/shell/ash_test/run-all b/shell/ash_test/run-all index ba1756e7d..02f6d2a9d 100755 --- a/shell/ash_test/run-all +++ b/shell/ash_test/run-all | |||
@@ -18,7 +18,7 @@ do_test() | |||
18 | cd "$1" || { echo "cannot cd $1!"; exit 1; } | 18 | cd "$1" || { echo "cannot cd $1!"; exit 1; } |
19 | for x in run-*; do | 19 | for x in run-*; do |
20 | test -f "$x" || continue | 20 | test -f "$x" || continue |
21 | case "$x" in | 21 | case "$x" in |
22 | "$0"|run-minimal|run-gprof) ;; | 22 | "$0"|run-minimal|run-gprof) ;; |
23 | *.orig|*~) ;; | 23 | *.orig|*~) ;; |
24 | #*) echo $x ; sh $x ;; | 24 | #*) echo $x ; sh $x ;; |