From 4a28327b7d9505af12fa85ebce3a698073c7b3d7 Mon Sep 17 00:00:00 2001 From: John-Mark Gurney Date: Thu, 25 Aug 2022 15:09:54 -0700 Subject: [PATCH] forgot this modifications.. --- ui/fixtures/cmd.basic.json | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/ui/fixtures/cmd.basic.json b/ui/fixtures/cmd.basic.json index ba2cfa5..8c8b326 100644 --- a/ui/fixtures/cmd.basic.json +++ b/ui/fixtures/cmd.basic.json @@ -151,6 +151,14 @@ "comment": "and a obj was created for subdir", "count": 4 }, +{ + "title": "that two files can be tagged at once", + "cmd": [ "modify", "+random=", "--", "t/newfile.txt", "test.txt" ] +}, +{ + "title": "that two files can be un-tagged at once", + "cmd": [ "modify", "-random=", "t/newfile.txt", "test.txt" ] +}, { "special": "set hostid", "comment": "and that a modified hostid", @@ -176,7 +184,7 @@ "title": "must be a + or -", "cmd": [ "modify", "modified=foo", "test.txt" ], "exit": 1, - "stderr": "ERROR: tag needs to start with a \"+\" (add) or a \"-\" (remove).\n" + "stderr": "ERROR: file not found: 'modified=foo', or invalid tag specification.\n" }, { "special": "iter is unique"