artulab
projects
/
openbsd
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
98bdc24
)
remove by now unused test.sh script
author
anton
<anton@openbsd.org>
Sun, 13 Aug 2023 18:36:20 +0000
(18:36 +0000)
committer
anton
<anton@openbsd.org>
Sun, 13 Aug 2023 18:36:20 +0000
(18:36 +0000)
regress/libexec/ld.so/ldd/test.sh
[deleted file]
patch
|
blob
|
history
diff --git
a/regress/libexec/ld.so/ldd/test.sh
b/regress/libexec/ld.so/ldd/test.sh
deleted file mode 100755
(executable)
index
2e5ce70
..0000000
--- a/
regress/libexec/ld.so/ldd/test.sh
+++ /dev/null
@@
-1,18
+0,0 @@
-#!/bin/sh -ex
-# $OpenBSD: test.sh,v 1.1 2023/08/12 13:43:22 gnezdo Exp $
-
-res=0
-
-test() {
- if eval "$@"; then
- echo "passed"
- else
- echo "FAILED"
- res=1
- fi
-}
-
-test "ldd empty 2>&1 | grep 'incomplete ELF header'"
-test "ldd short 2>&1 | grep 'incomplete program header'"
-
-exit $res