diff options
author | Egor Tensin <Egor.Tensin@gmail.com> | 2023-02-04 12:29:44 +0100 |
---|---|---|
committer | Egor Tensin <Egor.Tensin@gmail.com> | 2023-02-04 12:29:44 +0100 |
commit | cff4f3426970192e18f63395e10289e5f13f4e48 (patch) | |
tree | 2c43a02afe2228e5c5b89ab485db959610455e2d /test | |
parent | db.sh: fix Xenial tests (diff) | |
download | config-links-cff4f3426970192e18f63395e10289e5f13f4e48.tar.gz config-links-cff4f3426970192e18f63395e10289e5f13f4e48.zip |
t/i: call links-update twice, just in casev2.0.3
Diffstat (limited to 'test')
-rwxr-xr-x | test/integration/test.sh | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/test/integration/test.sh b/test/integration/test.sh index 3bb481f..f4b1028 100755 --- a/test/integration/test.sh +++ b/test/integration/test.sh @@ -69,6 +69,8 @@ call_chmod() { test_my_dotfiles_work() { new_test call_update + # Again: + call_update } show_env() { |