summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSheetal <spamecha@redhat.com>2019-09-09 22:56:34 +0530
committermohammed rafi kc <rkavunga@redhat.com>2019-09-12 06:40:55 +0000
commit5091a482125eeac3b00915888cf3de775cd3cbbc (patch)
tree9bba9830f91f238c062a9281fe9494b955b19532
parent6362999974cc4b55c4c42929b22a2f2f53321699 (diff)
api: Cleanup of executable not done
In test tests/bugs/gfapi/bug-1447266/bug-1447266.t actual file created is - tests/bugs/gfapi/bug-1447266/bug-1447266 which is not cleaned up later fixes: bz#1750618 Change-Id: I93120418e54b95018a7213d106a1f1c990766281 Signed-off-by: Sheetal Pamecha <spamecha@redhat.com>
-rw-r--r--tests/bugs/gfapi/bug-1447266/bug-1447266.t2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/bugs/gfapi/bug-1447266/bug-1447266.t b/tests/bugs/gfapi/bug-1447266/bug-1447266.t
index 2bf72f8c6d7..45547f4f0e7 100644
--- a/tests/bugs/gfapi/bug-1447266/bug-1447266.t
+++ b/tests/bugs/gfapi/bug-1447266/bug-1447266.t
@@ -56,5 +56,5 @@ TEST ! $(dirname $0)/bug-1447266 $V0 $H0 "/.snaps/.././snap3"
TEST $(dirname $0)/bug-1447266 $V0 $H0 "/.snaps/../."
TEST $(dirname $0)/bug-1447266 $V0 $H0 "/.snaps/./snap1/./../snap1/dir/."
-cleanup_tester $(dirname $0)/bug-1319374
+cleanup_tester $(dirname $0)/bug-1447266
cleanup;