summaryrefslogtreecommitdiff
path: root/elfutils/tests/asm-tst6.c
diff options
context:
space:
mode:
Diffstat (limited to 'elfutils/tests/asm-tst6.c')
-rw-r--r--elfutils/tests/asm-tst6.c5
1 files changed, 2 insertions, 3 deletions
diff --git a/elfutils/tests/asm-tst6.c b/elfutils/tests/asm-tst6.c
index bd6a71df..8fb9efb8 100644
--- a/elfutils/tests/asm-tst6.c
+++ b/elfutils/tests/asm-tst6.c
@@ -1,4 +1,4 @@
-/* Copyright (C) 2002, 2004, 2005 Red Hat, Inc.
+/* Copyright (C) 2002-2012 Red Hat, Inc.
This file is part of Red Hat elfutils.
Written by Ulrich Drepper <drepper@redhat.com>, 2002.
@@ -147,8 +147,7 @@ main (void)
}
if (result == 0)
- result = WEXITSTATUS (system ("\
-env LD_LIBRARY_PATH=../libelf ../src/elflint -q asm-tst6-out.o"));
+ result = WEXITSTATUS (system ("../src/elflint -q asm-tst6-out.o"));
/* We don't need the file anymore. */
unlink (fname);