Skip to content

Commit

Permalink
Fix test
Browse files Browse the repository at this point in the history
I changed the binary name of one script but probably other changes are
needed.

There are still these lintian errors about:
E: cjs-tests: non-empty-dependency_libs-in-la-file usr/lib/cjs/libgimarshallingtests.la
E: cjs-tests: incorrect-libdir-in-la-file usr/lib/cjs/libgimarshallingtests.la /nowhere != /usr/lib/cjs
E: cjs-tests: non-empty-dependency_libs-in-la-file usr/lib/cjs/libregress.la
E: cjs-tests: incorrect-libdir-in-la-file usr/lib/cjs/libregress.la /nowhere != /usr/lib/cjs
E: cjs-tests: non-empty-dependency_libs-in-la-file usr/lib/cjs/libwarnlib.la
E: cjs-tests: incorrect-libdir-in-la-file usr/lib/cjs/libwarnlib.la /nowhere != /usr/lib/cjs

debian/tests folder not changed, seems not used
  • Loading branch information
Fantu committed Aug 16, 2014
1 parent aac04bf commit 6bcf7a0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion installed-tests/script.test.in
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
[Test]
Type=session
Exec=gjs @pkglibexecdir@/installed-tests/scripts/@name@
Exec=cjs @pkglibexecdir@/installed-tests/scripts/@name@

0 comments on commit 6bcf7a0

Please sign in to comment.