]> git.ipfire.org Git - thirdparty/autoconf.git/commitdiff
* tests/local.at: Fix space-tab problems.
authorPaul Eggert <eggert@cs.ucla.edu>
Tue, 30 Jun 2020 05:51:39 +0000 (22:51 -0700)
committerPaul Eggert <eggert@cs.ucla.edu>
Tue, 30 Jun 2020 06:17:15 +0000 (23:17 -0700)
tests/local.at

index 8bbd7b0611854fc2914150b9168fb3be1142ce25..9ec61ead8db983405ea1a6131c5b27fa63c7d2b2 100644 (file)
@@ -271,7 +271,7 @@ AT_DATA([expout.in],[m4_set_dump([ah_expected_tmpls],[
 ])
 ])
 AT_CHECK([sort -o expout expout.in])
-AT_CHECK([[sed -ne 's/^[       ]*#[    ]*undef[        ][      ]*//p' \
+AT_CHECK([[sed -ne 's/^[        ]*#[    ]*undef[        ][      ]*//p' \
            $config_h_in | sort]],
   [0], [expout], [])
 AS_UNSET([config_h_in])