mirror of
https://github.com/flatpak/flatpak.git
synced 2026-05-18 21:55:22 -04:00
Update tests
Our test are now good enough to detect that install is no longer a one-dir command. Yay. Update them.
This commit is contained in:
@@ -102,7 +102,7 @@ assert_file_has_content out "flatpak info --help"
|
||||
|
||||
echo "ok info missing NAME"
|
||||
|
||||
for cmd in config install make-current override remote-add repair; do
|
||||
for cmd in config make-current override remote-add repair; do
|
||||
${FLATPAK} $cmd --system --user >out 2>&1 || true
|
||||
assert_file_has_content out "^error: Multiple installations specified"
|
||||
${FLATPAK} $cmd --system --installation=foo >out 2>&1 || true
|
||||
|
||||
Reference in New Issue
Block a user