]> git.ipfire.org Git - thirdparty/binutils-gdb.git/commitdiff
gprofng: testsuite: fix 'wrapper' typo
authorSam James <sam@gentoo.org>
Sun, 18 Aug 2024 06:02:42 +0000 (07:02 +0100)
committerSam James <sam@gentoo.org>
Thu, 22 Aug 2024 03:15:16 +0000 (04:15 +0100)
gprofng/ChangeLog
            * testsuite/config/default.exp: Fix 'wrapper' typo.

gprofng/testsuite/config/default.exp

index 74d1dad1b48b8669cfccb990780538b28b2c5152..3681c8057c5124c635a6ad9be3b90ddae3ccbb18 100644 (file)
@@ -53,7 +53,7 @@ if { "$CHECK_TARGET" == "check-install" } {
         append ld_library_path ":${BUILDDIR}/../libiberty"
     }
 
-    set f [open "gprofng_wraper" w+]
+    set f [open "gprofng_wrapper" w+]
     puts $f "#!$BASH"
     puts $f "LD_LIBRARY_PATH=$ld_library_path:$orig_ld_library_path"
     puts $f "GPROFNG_SYSCONFDIR=$env(srcroot)/src"
@@ -61,8 +61,8 @@ if { "$CHECK_TARGET" == "check-install" } {
     puts $f "export LD_LIBRARY_PATH GPROFNG_SYSCONFDIR GPROFNG_PRELOAD_LIBDIRS"
     puts $f "${BUILDDIR}/src/gprofng \"\$@\""
     close $f
-    file attributes gprofng_wraper -permissions +rx
-    set ::env(GPROFNG) "$BUILDDIR/gprofng_wraper"
+    file attributes gprofng_wrapper -permissions +rx
+    set ::env(GPROFNG) "$BUILDDIR/gprofng_wrapper"
 }
 puts "### GPROFNG: $env(GPROFNG)"