diff options
author | Rob Landley <rob@landley.net> | 2008-02-23 15:02:11 -0600 |
---|---|---|
committer | Rob Landley <rob@landley.net> | 2008-02-23 15:02:11 -0600 |
commit | 7a585c67ec5f62de1e5bb1a1e44ea8adc5919d28 (patch) | |
tree | f4fe0ac37371db45a518820753cc448aeacc732b /test.sh | |
parent | 775257bfc96679f52e9b215b3c6a8941b4974e48 (diff) | |
download | toybox-7a585c67ec5f62de1e5bb1a1e44ea8adc5919d28.tar.gz |
Don't delete testdir after running test.sh. Add it to make clean instead.
Diffstat (limited to 'test.sh')
-rwxr-xr-x | test.sh | 3 |
1 files changed, 0 insertions, 3 deletions
@@ -28,6 +28,3 @@ else . $i done fi - -cd .. -rm -rf testdir |