Need to mark one of the tests as PHONY to get permissions set correctly on built scripts. --- a/Makefile.in 2011-02-10 09:44:43.000000000 -0600 +++ b/Makefile.in 2018-11-29 21:52:05.000000000 -0600 @@ -1106,5 +1108,6 @@ rm -f $(DESTDIR)$(bindir)/"`echo lsdiff|sed '$(transform)'`" rm -f $(DESTDIR)$(bindir)/"`echo grepdiff|sed '$(transform)'`" +.PHONY: tests/newline1/run-test tests/newline1/run-test: src/combinediff$(EXEEXT) src/flipdiff$(EXEEXT) \ src/lsdiff$(EXEEXT) src/grepdiff$(EXEEXT) \ scripts/splitdiff ix/'>guix
Wojtek's customized Guix
aboutsummaryrefslogtreecommitdiff
path: root/tests/nar.scm
AgeCommit message (Expand)Author
2019-12-12serialization: Add 'fold-archive'....Ludovic Courtès
2019-01-18serialization: 'restore-file' errors out upon non-convertible file names....Ludovic Courtès
2018-11-13deduplication: Restore directory mtime and permissions after deduplication....Ludovic Courtès
2018-11-13tests: Check file canonicalization for 'restore-file-set'....Ludovic Courtès
2018-11-13tests: Remove check for a feature that appeared in Guile 2.0.10....Ludovic Courtès
2018-09-04Switch to Guile-Gcrypt....Ludovic Courtès
2018-07-19serialization: Add 'write-file-tree'....Ludovic Courtès