summary refs log tree commit diff
diff options
context:
space:
mode:
authorTuomas Tynkkynen <tuomas@tuxera.com>2016-08-11 17:00:22 +0300
committerTuomas Tynkkynen <tuomas@tuxera.com>2016-09-01 21:03:27 +0300
commit85d7d9d254cac56b2a20c196bfa072c9408f7dc9 (patch)
tree6840eebe5ab2f6407774551ec5e1fcf8aab43713
parentd2608c63fd93b5f899ef2da6d780cc74cabbe56b (diff)
xfstests: Autodetect what to link in the wrapper
-rw-r--r--pkgs/tools/misc/xfstests/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/tools/misc/xfstests/default.nix b/pkgs/tools/misc/xfstests/default.nix
index 5574e3274cd6b..3db52608aaa14 100644
--- a/pkgs/tools/misc/xfstests/default.nix
+++ b/pkgs/tools/misc/xfstests/default.nix
@@ -70,7 +70,7 @@ stdenv.mkDerivation {
 
     chmod a+rx "$dir"
     cd "$dir"
-    for f in check common ltp src tests; do
+    for f in $(cd @out@/lib/xfstests; echo *); do
       ln -s @out@/lib/xfstests/$f $f
     done