From b6e19db7bee7adde78da859780769aefe15ba6bd Mon Sep 17 00:00:00 2001 From: Matthias Clasen Date: Fri, 11 Jan 2019 19:19:54 -0500 Subject: [PATCH] Update tests Our test are now good enough to detect that install is no longer a one-dir command. Yay. Update them. --- tests/test-basic.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/test-basic.sh b/tests/test-basic.sh index 709aee85..4d4634a3 100755 --- a/tests/test-basic.sh +++ b/tests/test-basic.sh @@ -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