mirror of
https://github.com/nix-community/home-manager.git
synced 2025-12-13 04:21:08 +01:00
nix-gc: remove extraneous quotes from shell script
This commit is contained in:
parent
4fcd54df7c
commit
58cef37962
3 changed files with 16 additions and 3 deletions
|
|
@ -25,5 +25,16 @@
|
|||
timerFile=$(normalizeStorePaths $timerFile)
|
||||
|
||||
assertFileContent $timerFile ${./expected.timer}
|
||||
|
||||
nixgcScriptFile=$(grep -o \
|
||||
'/nix/store/.*-nix-gc' \
|
||||
$TESTED/home-files/.config/systemd/user/nix-gc.service
|
||||
)
|
||||
|
||||
assertFileExists $nixgcScriptFile
|
||||
|
||||
nixgcScriptFile=$(normalizeStorePaths $nixgcScriptFile)
|
||||
|
||||
assertFileContent $nixgcScriptFile ${./nix-gc-script-expected}
|
||||
'';
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue