shaikat3 / open-vcdiff

Automatically exported from code.google.com/p/open-vcdiff
Apache License 2.0
0 stars 0 forks source link

vcdiff_test.sh specifies potentially incorrect shell location, test fails #26

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Download source package and extract with tar xvf
2. Run ./configure && make && make check

What is the expected output? What do you see instead?

I expect all the tests to pass. Instead, the last test involving
src/vcdiff_test.sh did not pass.

The error code given was:
./src/vcdiff_test.sh: not found
FAIL: src/vcdiff_test.sh

What version of the product are you using? On what operating system?

Version 0.7 on FreeBSD 7.1-RELEASE-p8 in an OS-based jail.

Please provide any additional information below.

On this system, bash is located in /usr/local/bin/bash. The first line of
the .sh file src/vcdiff_test.sh specifies /bin/bash

When unpacked, the source file was not writable. If set writable, and the
shebang line line was removed, or changed to specify /usr/local/bin/bash,
the test worked.

Original issue reported on code.google.com by greenrea...@gmail.com on 18 Mar 2010 at 2:54

GoogleCodeExporter commented 9 years ago

Original comment by openvcd...@gmail.com on 6 Aug 2010 at 10:55