Skip to content
Snippets Groups Projects
Commit f67cdd49 authored by Jérôme Charaoui's avatar Jérôme Charaoui
Browse files

tests: Fix typo in common.bash

parent 8386cde0
Branches
Tags
1 merge request!46Add a testsuite
......@@ -129,7 +129,7 @@ cleanup_backups() {
;;
"remote")
remote_command "sudo umount \"$BN_BACKUPDIR\""
remote_command "sudo mount -t tmpfs tmpfs $BN_BACKUPDIR\""
remote_command "sudo mount -t tmpfs tmpfs \"$BN_BACKUPDIR\""
;;
esac
done
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment