mirror of
https://github.com/deajan/obackup.git
synced 2024-12-24 14:33:41 +01:00
Fixed typo
This commit is contained in:
parent
c42b80ccb0
commit
fa038f9994
@ -1,6 +1,6 @@
|
|||||||
#!/usr/bin/env bash
|
#!/usr/bin/env bash
|
||||||
|
|
||||||
## obackup basic tests suite 2016090201
|
## obackup basic tests suite 2016090202
|
||||||
|
|
||||||
#TODO: Must recreate files before each test set
|
#TODO: Must recreate files before each test set
|
||||||
|
|
||||||
@ -146,7 +146,7 @@ function oneTimeSetUp () {
|
|||||||
SetupSSH
|
SetupSSH
|
||||||
}
|
}
|
||||||
|
|
||||||
function SetUp () {
|
function setUp () {
|
||||||
rm -rf "$SOURCE_DIR"
|
rm -rf "$SOURCE_DIR"
|
||||||
rm -rf "$TARGET_DIR"
|
rm -rf "$TARGET_DIR"
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user