diff options
Diffstat (limited to 'tests/migrations/common.scm')
-rw-r--r-- | tests/migrations/common.scm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/migrations/common.scm b/tests/migrations/common.scm index cba659024..54d33b987 100644 --- a/tests/migrations/common.scm +++ b/tests/migrations/common.scm @@ -15,7 +15,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 (string=? "" (getenv "srcdir")) +(if (string=? "" (getenv "abs_top_srcdir")) (error "not called from make")) (let ((verbose (string->number (getenv "verbose")))) |