diff options
Diffstat (limited to 'tests/ln/sf-1')
-rwxr-xr-x | tests/ln/sf-1 | 7 |
1 files changed, 1 insertions, 6 deletions
diff --git a/tests/ln/sf-1 b/tests/ln/sf-1 index 518990cab..fdfc3f711 100755 --- a/tests/ln/sf-1 +++ b/tests/ln/sf-1 @@ -16,13 +16,8 @@ # You should have received a copy of the GNU General Public License # along with this program. If not, see <http://www.gnu.org/licenses/>. -if test "$VERBOSE" = yes; then - set -x - ln --version -fi - -# Make sure we get English translations. . $srcdir/test-lib.sh +test "$VERBOSE" = yes && ln --version echo foo > a || framework_failure ln -s . b || framework_failure |