]> git.ipfire.org Git - ipfire-3.x.git/commitdiff
tar: Fix testsuite.
authorSchantl Stefan <Stevee@ipfire.org>
Fri, 19 Mar 2010 21:43:14 +0000 (22:43 +0100)
committerSchantl Stefan <Stevee@ipfire.org>
Fri, 19 Mar 2010 21:45:32 +0000 (22:45 +0100)
This fixes issue #590.

pkgs/core/tar/tar.nm

index 4f5eb8ba654d7fea8aef8781fd3c8cd64bda9380..6345c7422d24a055e7fb0147c9a059c0a3148645 100644 (file)
@@ -64,7 +64,7 @@ define STAGE_BUILD
        cd $(DIR_APP) && make $(PARALLELISMFLAGS)
 endef
 
-# fails
-#define STAGE_TEST
-#      cd $(DIR_APP) && make check
-#endef
+define STAGE_TEST
+       cd $(DIR_APP) && sed -i '35 i AT_UNPRIVILEGED_PREREQ' tests/remfiles01.at
+       cd $(DIR_APP) && make check
+endef