aboutsummaryrefslogtreecommitdiff
path: root/tests/grafts.scm
diff options
context:
space:
mode:
Diffstat (limited to 'tests/grafts.scm')
0 files changed, 0 insertions, 0 deletions
pfile" -L "$module_dir"`" = "42" cat > "$tmpfile"<<EOF (format #t "~a\n" (cdr (command-line))) EOF test "`guix repl -- "$tmpfile" -a b --input=foo.txt`" = "(-a b --input=foo.txt)" cat > "$tmpfile"<<EOF #!$(type -P env) -S guix repl -- !# (format #t "~a\n" (cdr (command-line))) EOF chmod 755 $tmpfile test "`"$tmpfile" -a b --input=foo.txt`" = "(-a b --input=foo.txt)"