mirror of
https://github.com/libguestfs/libguestfs.git
synced 2026-03-21 22:53:37 +00:00
fuse: Use SKIP_TEST_FUSE_SH consistently.
This fixes commit 96a02f0864.
This commit is contained in:
@@ -49,7 +49,7 @@ main (int argc, char *argv[])
|
||||
int r, status;
|
||||
|
||||
/* Allow the test to be skipped. */
|
||||
skip = getenv ("SKIP_TEST_FUSE");
|
||||
skip = getenv ("SKIP_TEST_FUSE_SH");
|
||||
if (skip && guestfs_int_is_true (skip) > 0) {
|
||||
fprintf (stderr, "%s: test skipped because environment variable set.\n",
|
||||
guestfs_int_program_name);
|
||||
|
||||
Reference in New Issue
Block a user