tests: remove non-applicable ${1} handling

The arg was never set. Furthermore as-is shellcheck cannot realistically
evaluate the included source.

Signed-off-by: Emil Velikov <emil.l.velikov@gmail.com>
This commit is contained in:
Emil Velikov 2023-03-24 18:17:10 +00:00
parent 0c848b83b5
commit 3d05834dba
3 changed files with 3 additions and 3 deletions

View File

@ -1,6 +1,6 @@
#!/bin/bash
. "${1:-./fstab-helpers}"
. ./fstab-helpers
. ./test/common
ASSERT_streq ' deleted' "$(unmangle "$(mangle ' deleted')")"

View File

@ -1,6 +1,6 @@
#!/bin/bash
. "${1:-./fstab-helpers}"
. ./fstab-helpers
. ./test/common
optstring=rw,relatime,fd=29,pgrp=1,timeout=300,minproto=5,maxproto=5,direct

View File

@ -1,6 +1,6 @@
#!/bin/bash
. "${1:-./fstab-helpers}"
. ./fstab-helpers
. ./test/common
EXPECT_success valid_number_of_base 16 feedfacebeef