From 589248d2f359dea73fc763ac587e2927f005b300 Mon Sep 17 00:00:00 2001 From: Ed Santiago Date: Tue, 5 Mar 2019 09:58:30 -0700 Subject: Implement review feedback - document a recommended convention for fail-fast tests - document the requirement for jq. (And, add a fail-fast test for its presence; remove the duplicated checks in subtests) - add further sanity checks to 'help' test. Add missing documentation. Remove a no-longer-needed workaround for usage-message bug fixed in #2486 - add a documented TEMPLATE - and, since we're at 1.1, enable 'Remote API' check in version test - better diagnostics in setup/teardown; add vim filetype hint; better formatting of actual-vs-expect errors - new pod-top, logs, build tests - improve error messages - add $IMAGE alias for ridiculous $PODMAN_TEST_IMAGE_FQN - final cleanup, in prep for merge Signed-off-by: Ed Santiago --- test/system/060-mount.bats | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'test/system/060-mount.bats') diff --git a/test/system/060-mount.bats b/test/system/060-mount.bats index 7e86c94dc..3601b7b84 100644 --- a/test/system/060-mount.bats +++ b/test/system/060-mount.bats @@ -11,7 +11,7 @@ load helpers f_content=$(random_string 30) c_name=mount_test_$(random_string 5) - run_podman run --name $c_name $PODMAN_TEST_IMAGE_FQN \ + run_podman run --name $c_name $IMAGE \ sh -c "echo $f_content > $f_path" run_podman mount $c_name @@ -33,3 +33,5 @@ load helpers die "Mounted file exists even after umount: $mount_path/$f_path" fi } + +# vim: filetype=sh -- cgit v1.2.3-54-g00ecf