* tests/sample-test: Recommend modern idiom. --- tests/sample-test | 7 +------ 1 files changed, 1 insertions(+), 6 deletions(-)
diff --git a/tests/sample-test b/tests/sample-test index 85a61cf..85b779f 100644 --- a/tests/sample-test +++ b/tests/sample-test @@ -16,12 +16,7 @@ # 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 - FIXME --version -fi - -. $srcdir/test-lib.sh +. "${srcdir=.}/init.sh"; path_prepend_ ../src # FIXME: skip_if_root_ # FIXME: require_root_ -- 1.7.2.3
