From: Roland McGrath Date: Thu, 10 Mar 2011 02:21:22 +0000 (-0800) Subject: Cosmetic cleanup for new test. X-Git-Tag: elfutils-0.153~58 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=a70791179e61789e5108b3c68bae1d976da7be17;p=thirdparty%2Felfutils.git Cosmetic cleanup for new test. --- diff --git a/tests/rerequest_tag.c b/tests/rerequest_tag.c index b0d2c2c5e..bd76731e2 100644 --- a/tests/rerequest_tag.c +++ b/tests/rerequest_tag.c @@ -30,14 +30,15 @@ #include #include -int main(int argc, char *argv[]) +int +main (int argc, char **argv) { assert (argc > 1); - int i = open(argv[1], O_RDONLY); + int i = open (argv[1], O_RDONLY); assert (i >= 0); - Dwarf *dw = dwarf_begin(i, DWARF_C_READ); + Dwarf *dw = dwarf_begin (i, DWARF_C_READ); assert (dw != NULL); Dwarf_Die die_mem, *die; diff --git a/tests/run-rerequest_tag.sh b/tests/run-rerequest_tag.sh index ad5f767e5..1636fbfe1 100755 --- a/tests/run-rerequest_tag.sh +++ b/tests/run-rerequest_tag.sh @@ -27,7 +27,6 @@ testfiles testfile56 -testrun_compare ./rerequest_tag testfile56 <<\EOF -EOF +testrun ./rerequest_tag testfile56 exit 0