aboutsummaryrefslogtreecommitdiff
path: root/tests/cfg-unlink.testscript
diff options
context:
space:
mode:
authorKaren Arutyunov <karen@codesynthesis.com>2021-09-04 15:41:41 +0300
committerKaren Arutyunov <karen@codesynthesis.com>2021-09-06 11:53:45 +0300
commit03c40ed68ce10b26a5f9f509e914b1b54f060215 (patch)
tree42e79327baa90f4cfdee1ba04dba98250293fcfd /tests/cfg-unlink.testscript
parent22165c649ca2c5ef216ae3f99fbfb2dc0fff99ab (diff)
Add --backlink, --dangling, and --recursive options to cfg-info
Diffstat (limited to 'tests/cfg-unlink.testscript')
-rw-r--r--tests/cfg-unlink.testscript6
1 files changed, 3 insertions, 3 deletions
diff --git a/tests/cfg-unlink.testscript b/tests/cfg-unlink.testscript
index b65f4b1..2ca3783 100644
--- a/tests/cfg-unlink.testscript
+++ b/tests/cfg-unlink.testscript
@@ -148,7 +148,7 @@ clone_root_cfgs = cp -r $~/cfg1 $~/cfg2 ./
$cfg_link -d cfg2 cfg1 2>!;
$* -d cfg1 cfg2 2>>/"EOE";
- info: configurations cfg2/ and cfg1/ are mutually linked, turning the link to cfg2/ into implicit back-link
+ info: configurations cfg2/ and cfg1/ are mutually linked, turning the link to cfg2/ into implicit backlink
unlinked configuration $~/cfg2/
EOE
@@ -261,8 +261,8 @@ clone_root_cfgs = cp -r $~/cfg1 $~/cfg2 ./
mv cfg1 cfg3;
- $* -d cfg2 --dangling 2>'removed 1 dangling implicit back-link(s)';
- $* -d cfg2 --dangling 2>'removed 0 dangling implicit back-link(s)'
+ $* -d cfg2 --dangling 2>'removed 1 dangling implicit backlink(s)';
+ $* -d cfg2 --dangling 2>'removed 0 dangling implicit backlink(s)'
}
: error