summaryrefslogtreecommitdiffstats
path: root/tests/ts
diff options
context:
space:
mode:
authorKarel Zak2018-03-27 14:21:46 +0200
committerKarel Zak2018-03-27 14:21:46 +0200
commit5c25aca67a5aef1acf2c5c374025411a728f8b32 (patch)
tree0148e64963b5602f11cf8f5fe9a8c90af0234cd2 /tests/ts
parentclosestream: remove dummy function __fpending() (diff)
downloadkernel-qcow2-util-linux-5c25aca67a5aef1acf2c5c374025411a728f8b32.tar.gz
kernel-qcow2-util-linux-5c25aca67a5aef1acf2c5c374025411a728f8b32.tar.xz
kernel-qcow2-util-linux-5c25aca67a5aef1acf2c5c374025411a728f8b32.zip
tests: remove namei(1) failed lstat test
The strerror() output is is nothing stable and may be different on another systems. It would be possible to use sed(1) to unify the output, but it seems overkill in this case. Signed-off-by: Karel Zak <kzak@redhat.com>
Diffstat (limited to 'tests/ts')
-rwxr-xr-xtests/ts/namei/logic1
1 files changed, 0 insertions, 1 deletions
diff --git a/tests/ts/namei/logic b/tests/ts/namei/logic
index 703cc1054..e0241103b 100755
--- a/tests/ts/namei/logic
+++ b/tests/ts/namei/logic
@@ -30,7 +30,6 @@ touch namei1/namei2/a namei1/namei2/b
$TS_CMD_NAMEI namei1/namei2/a >> $TS_OUTPUT 2>&1
$TS_CMD_NAMEI namei1/namei2/b >> $TS_OUTPUT 2>&1
-$TS_CMD_NAMEI namei1/namei2/a/b >> $TS_OUTPUT 2>&1
ts_finalize