Skip to content

Commit 549abef

Browse files
tests: Fix cram syntax
Signed-off-by: Marek Kubica <[email protected]>
1 parent 61bae1b commit 549abef

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

test/blackbox-tests/test-cases/pkg/opam-var/make-over-gmake.t

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,13 +11,13 @@ We create a dummy package that will output the value of the opam make variable:
1111
> mkpkg testpkg << EOF
1212
> build: [ "echo" make ]
1313
> EOF
14-
> solve testpkg 2> /dev/null
14+
$ solve testpkg 2> /dev/null
1515

1616
We now create dummy versions of make and gmake.
1717
$ cat > make; cat > gmake
1818
We add the current directory to PATH. Dune will expand %{make} and should prefer make over
1919
gmake.
2020
$ PATH=.:$PATH
21-
> build_pkg testpkg
21+
$ build_pkg testpkg
2222
$TESTCASE_ROOT/gmake
2323

0 commit comments

Comments
 (0)