summaryrefslogtreecommitdiff
path: root/yarns
diff options
context:
space:
mode:
authorLars Wirzenius <liw@liw.fi>2014-06-03 17:07:59 +0100
committerLars Wirzenius <liw@liw.fi>2014-06-03 17:11:56 +0100
commitff73eea0d99f0b6978fbb611fc8b1e09cb485b95 (patch)
tree36fa2840455b5ebade66a95410cec2f39cedcf6d /yarns
parentc6f8e561ae0ed71f2fb473878883490f7a9383b3 (diff)
downloadobnam-ff73eea0d99f0b6978fbb611fc8b1e09cb485b95.tar.gz
Remove now-obsolete test
Diffstat (limited to 'yarns')
-rw-r--r--yarns/0030-basics.yarn20
1 files changed, 0 insertions, 20 deletions
diff --git a/yarns/0030-basics.yarn b/yarns/0030-basics.yarn
index c753a10c..4bc8439b 100644
--- a/yarns/0030-basics.yarn
+++ b/yarns/0030-basics.yarn
@@ -157,26 +157,6 @@ instead of a file.
THEN the attempt succeeded
-Backup root is not a directory
-------------------------------
-
-Obnam does not, currently, support backing up individual files. The
-backup root must be a directory. This scenario verifies that Obnam
-gives the right error if the root is not a directory. The error code
-is R79ED6X, for "Backup root does not exist or is not a directory".
-
- SCENARIO backup root is not a directory
-
- GIVEN a symlink L pointing at /dev/null
- WHEN user U attempts to back up directory L to repository R
- THEN the attempt failed with exit code 1
- THEN the error message matches "R79ED6X"
-
- GIVEN a file F in ., with data
- WHEN user U attempts to back up directory F to repository R
- THEN the attempt failed with exit code 1
- THEN the error message matches "R79ED6X"
-
Backup to roots at once
-----------------------