You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
# for some reasons, some stuff are duplicated, strip that
269
269
sed -i -e "s/provoked error./provoked error\ncat pat |sort -u > pat/" tests/misc/usage_vs_getopt.sh
270
270
271
-
# Update the GNU error message to match ours
272
-
sed -i -e "s/link-to-dir: hard link not allowed for directory/failed to create hard link 'link-to-dir' =>/" -e "s|link-to-dir/: hard link not allowed for directory|failed to create hard link 'link-to-dir/' =>|" tests/ln/hard-to-sym.sh
273
-
274
271
# install verbose messages shows ginstall as command
275
272
sed -i -e "s/ginstall: creating directory/install: creating directory/g" tests/install/basic-1.sh
0 commit comments