patch-tests_test_libdbi_sh 361 B

123456789101112131415
  1. $OpenBSD: patch-tests_test_libdbi_sh,v 1.1 2017/06/03 16:24:05 steven Exp $
  2. Index: tests/test_libdbi.sh
  3. --- tests/test_libdbi.sh.orig
  4. +++ tests/test_libdbi.sh
  5. @@ -13,7 +13,7 @@ olddir=`pwd`
  6. cd ..
  7. rootdir=`pwd`
  8. for f in `find drivers -name 'libdbd*.so'` ; do
  9. - ln -vs $rootdir/$f $olddir/.plugins
  10. + ln -s $rootdir/$f $olddir/.plugins
  11. done
  12. cd $olddir