From 5101665a31b03a7fe14b832658cf80427ac8ba21 Mon Sep 17 00:00:00 2001 From: Tavian Barnes Date: Thu, 12 May 2022 15:26:43 -0400 Subject: tests: Use skip_if for sudo tests This lets us categorize the sudo tests properly, which fixes e.g. $ ./tests.sh --posix --sudo --- tests/test_automount.out | 1 - tests/test_inum_automount.out | 1 + 2 files changed, 1 insertion(+), 1 deletion(-) delete mode 100644 tests/test_automount.out create mode 100644 tests/test_inum_automount.out (limited to 'tests') diff --git a/tests/test_automount.out b/tests/test_automount.out deleted file mode 100644 index 99c7511..0000000 --- a/tests/test_automount.out +++ /dev/null @@ -1 +0,0 @@ -scratch/mnt diff --git a/tests/test_inum_automount.out b/tests/test_inum_automount.out new file mode 100644 index 0000000..99c7511 --- /dev/null +++ b/tests/test_inum_automount.out @@ -0,0 +1 @@ +scratch/mnt -- cgit v1.2.3