diff options
Diffstat (limited to 'tests')
-rw-r--r-- | tests/rt_generic.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/rt_generic.sh b/tests/rt_generic.sh index 672a8a0..6e4454c 100644 --- a/tests/rt_generic.sh +++ b/tests/rt_generic.sh @@ -103,7 +103,7 @@ pushd "$ws" done popd -if [ -z "$RT_KEEP_WORKSPACE"]; then +if [ -z "$RT_KEEP_WORKSPACE" ]; then rm -rf "$ws" fi |