]> git.ipfire.org Git - thirdparty/util-linux.git/commitdiff
tests: remove namei(1) failed lstat test
authorKarel Zak <kzak@redhat.com>
Tue, 27 Mar 2018 12:21:46 +0000 (14:21 +0200)
committerKarel Zak <kzak@redhat.com>
Tue, 27 Mar 2018 12:21:46 +0000 (14:21 +0200)
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>
tests/expected/namei/logic
tests/ts/namei/logic

index 8e217d973a81cecd5bab16ffc7907d4b26172612..7cb5a247614ca05647cd861f41e1f82c2fa4d9f5 100644 (file)
@@ -6,8 +6,3 @@ f: namei1/namei2/b
  d namei1
  d namei2
  - b
-f: namei1/namei2/a/b
- d namei1
- d namei2
- - a
-   b - No such file or directory
index 703cc105459fbdf423f811e4358021683230a68c..e0241103b04d1d437bd1d0c9b548898baa161c5b 100755 (executable)
@@ -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