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:
parent
0c848b83b5
commit
3d05834dba
@ -1,6 +1,6 @@
|
|||||||
#!/bin/bash
|
#!/bin/bash
|
||||||
|
|
||||||
. "${1:-./fstab-helpers}"
|
. ./fstab-helpers
|
||||||
. ./test/common
|
. ./test/common
|
||||||
|
|
||||||
ASSERT_streq ' deleted' "$(unmangle "$(mangle ' deleted')")"
|
ASSERT_streq ' deleted' "$(unmangle "$(mangle ' deleted')")"
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
#!/bin/bash
|
#!/bin/bash
|
||||||
|
|
||||||
. "${1:-./fstab-helpers}"
|
. ./fstab-helpers
|
||||||
. ./test/common
|
. ./test/common
|
||||||
|
|
||||||
optstring=rw,relatime,fd=29,pgrp=1,timeout=300,minproto=5,maxproto=5,direct
|
optstring=rw,relatime,fd=29,pgrp=1,timeout=300,minproto=5,maxproto=5,direct
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
#!/bin/bash
|
#!/bin/bash
|
||||||
|
|
||||||
. "${1:-./fstab-helpers}"
|
. ./fstab-helpers
|
||||||
. ./test/common
|
. ./test/common
|
||||||
|
|
||||||
EXPECT_success valid_number_of_base 16 feedfacebeef
|
EXPECT_success valid_number_of_base 16 feedfacebeef
|
||||||
|
Loading…
Reference in New Issue
Block a user