]> ruderich.org/simon Gitweb - nsscash/nsscash.git/blobdiff - file_test.go
.github: update upstream actions to latest version
[nsscash/nsscash.git] / file_test.go
index f192d7af981a88eedaba9daa79b963c4ac795b5d..9b3ba0db48b7e18e848de7dee7d32e9eae48fb63 100644 (file)
@@ -1,4 +1,4 @@
-// Copyright (C) 2019  Simon Ruderich
+// Copyright (C) 2019-2021  Simon Ruderich
 //
 // This program is free software: you can redistribute it and/or modify
 // it under the terms of the GNU Affero General Public License as published by
@@ -27,6 +27,7 @@ func TestDeployFile(t *testing.T) {
 
        // Suppress log messages
        log.SetOutput(ioutil.Discard)
+       defer log.SetOutput(os.Stderr)
 
        // Setup & cleanup
        f, err := os.Create(deploy)