From da50d5af9e7936046eebf86c00aed0835cc7615a Mon Sep 17 00:00:00 2001 From: Enol Fernandez <enolfc@ifca.unican.es> Date: Thu, 26 Sep 2013 11:25:02 +0200 Subject: [PATCH] Added test for issue. --- tests/run_tests.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/tests/run_tests.sh b/tests/run_tests.sh index 4439263..6878613 100755 --- a/tests/run_tests.sh +++ b/tests/run_tests.sh @@ -145,6 +145,8 @@ if test "x${RUN_FSDETECT_TESTS}" = "x1" ; then ./test_trac_60.sh || exitcode=1 echo "* RFC #5" ./test_trac_5.sh || exitcode=1 + echo "* Issue #3" + ./test_issue_3.sh || exitcode=1 echo "***************************" fi if test "x${RUN_SCH_TESTS}" = "x1" ; then -- GitLab