diff options
| author | Jakob Unterwurzacher | 2018-04-02 18:43:50 +0200 | 
|---|---|---|
| committer | Jakob Unterwurzacher | 2018-04-02 18:43:50 +0200 | 
| commit | a0fd3eca98218aa7d165080ab20cf234330e5e09 (patch) | |
| tree | 08ea2eae6946f26316576af043fba428f37da14c /internal/exitcodes | |
| parent | b6c8960b01f9e5366814b0dada57a0b1e6a031d9 (diff) | |
fsck: test against example_filesystems
Diffstat (limited to 'internal/exitcodes')
| -rw-r--r-- | internal/exitcodes/exitcodes.go | 2 | 
1 files changed, 2 insertions, 0 deletions
| diff --git a/internal/exitcodes/exitcodes.go b/internal/exitcodes/exitcodes.go index 36f2aae..fc65166 100644 --- a/internal/exitcodes/exitcodes.go +++ b/internal/exitcodes/exitcodes.go @@ -63,6 +63,8 @@ const (  	Profiler = 25  	// FsckErrors - the filesystem check found errors  	FsckErrors = 26 +	// DeprecatedFS - this filesystem is deprecated +	DeprecatedFS = 27  )  // Err wraps an error with an associated numeric exit code | 
