tests: cosmetic changes in t/extra-sources.sh
[platform/upstream/automake.git] / t / missing-version-mismatch.sh
old mode 100755 (executable)
new mode 100644 (file)
index 4a2910a..e7f0e32
@@ -1,5 +1,5 @@
 #! /bin/sh
-# Copyright (C) 2003-2012 Free Software Foundation, Inc.
+# Copyright (C) 2003-2013 Free Software Foundation, Inc.
 #
 # This program is free software; you can redistribute it and/or modify
 # it under the terms of the GNU General Public License as published by
 # Test missing with version mismatches.
 
 am_create_testdir=empty
-. ./defs || Exit 1
+. test-init.sh
 
 get_shell_script missing
 
 do_check ()
 {
   progname=$1; shift;
-  ./missing "$@" 2>stderr && { cat stderr >&2; Exit 1; }
+  ./missing "$@" 2>stderr && { cat stderr >&2; exit 1; }
   cat stderr >&2
   $FGREP "WARNING: '$progname' is probably too old." stderr
 }