From b548e1d8fe3aa43fd865127b00b644cbb42c3253 Mon Sep 17 00:00:00 2001 From: Fabian Homborg Date: Tue, 17 May 2022 17:21:42 +0200 Subject: [PATCH] Fix tests Oops, unclean extraction from larger work. --- tests/checks/fish_add_path.fish | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/checks/fish_add_path.fish b/tests/checks/fish_add_path.fish index 44e0bee6f..e854750dd 100644 --- a/tests/checks/fish_add_path.fish +++ b/tests/checks/fish_add_path.fish @@ -60,5 +60,5 @@ PATH=$tmpdir/{bin,etc,link,sbin} fish_add_path -nPpm $tmpdir/{link,sbin} | strin # See that trying to add a path twice doesn't duplicate it PATH=$tmpdir/{bin,etc,link,sbin} fish_add_path -nPpm $tmpdir/sbin{,} | string replace -a $tmpdir '' -# CHECK: set -g PATH /sbin /link /bin /etc +# CHECK: set -g PATH /sbin /bin /etc /link exit 0