summaryrefslogtreecommitdiffstats
path: root/bin/cd_tester.sh
diff options
context:
space:
mode:
Diffstat (limited to 'bin/cd_tester.sh')
-rwxr-xr-xbin/cd_tester.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/cd_tester.sh b/bin/cd_tester.sh
index 6b78f834..1aa50964 100755
--- a/bin/cd_tester.sh
+++ b/bin/cd_tester.sh
@@ -51,7 +51,7 @@ cleanup_all() {
# cleanup
#
sudo umount $IMAGE_MNT
- sudo rm $NAME.qcow
+ rm $NAME.qcow
}
bootstrap() {