diff options
author | Boris Kolpackov <boris@codesynthesis.com> | 2021-09-14 11:47:31 +0200 |
---|---|---|
committer | Boris Kolpackov <boris@codesynthesis.com> | 2021-09-14 11:52:17 +0200 |
commit | 5268e471d239e6cb00b07a3a4ee6be71284fc28e (patch) | |
tree | 0d3a5835eb976d4ad8b05767159134927badc59d /tests/update.testscript | |
parent | f98eaa0ebd343549e44ae7f6b7f79ac4e1377456 (diff) |
Reverse default configuration set in deinit
Diffstat (limited to 'tests/update.testscript')
-rw-r--r-- | tests/update.testscript | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/tests/update.testscript b/tests/update.testscript index 3823b9d..39d20ae 100644 --- a/tests/update.testscript +++ b/tests/update.testscript @@ -122,12 +122,12 @@ deinit += -d prj $deinit 2>>/"EOE" deinitializing in project $~/prj/ - in configuration @cfg1: - synchronizing: - drop pkg1 - in configuration @cfg2: synchronizing: drop pkg2 + + in configuration @cfg1: + synchronizing: + drop pkg1 EOE } |