summaryrefslogtreecommitdiffstats
path: root/tests/ts/build-sys
diff options
context:
space:
mode:
authorKarel Zak2012-01-17 15:35:10 +0100
committerKarel Zak2012-01-17 15:35:10 +0100
commit9206b23863b83602af65df6e3b36c16ef82777c0 (patch)
tree4afc08c02d02c76526bb1ca8e0abb4cb52e9bd8f /tests/ts/build-sys
parentmount: avoid canonicalizing pseudofs paths (diff)
downloadkernel-qcow2-util-linux-9206b23863b83602af65df6e3b36c16ef82777c0.tar.gz
kernel-qcow2-util-linux-9206b23863b83602af65df6e3b36c16ef82777c0.tar.xz
kernel-qcow2-util-linux-9206b23863b83602af65df6e3b36c16ef82777c0.zip
test: refresh build-sys tests
Signed-off-by: Karel Zak <kzak@redhat.com>
Diffstat (limited to 'tests/ts/build-sys')
-rwxr-xr-xtests/ts/build-sys/config4
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/ts/build-sys/config b/tests/ts/build-sys/config
index 87308ba3a..7ede38ca8 100755
--- a/tests/ts/build-sys/config
+++ b/tests/ts/build-sys/config
@@ -27,11 +27,11 @@ for conf in $config_gen_dir/config-gen.d/*.conf; do
opts=$(ul_get_configuration $conf)
olddir=$(pwd)
- cd $top_builddir
+ cd $top_builddir
./configure $opts &> /dev/null
make -j &> /dev/null
-
+
bins=$(find . -type f -perm /a+x | sort)
for b in $bins; do
libs=$(readelf --dynamic $b 2> /dev/null | \