Unset upfront_shutdown_script using bit clearing
authorJeffrey Czyz <jkczyz@gmail.com>
Fri, 10 Apr 2020 18:36:47 +0000 (11:36 -0700)
committerJeffrey Czyz <jkczyz@gmail.com>
Tue, 28 Apr 2020 06:29:23 +0000 (23:29 -0700)
The test_upfront_shutdown_script functional test clears this feature
flag. However, the method used to clear the flag is implemented by bit
toggling. Thus, if the flag is not set the method would actually set it.
Implement the method using bit clearing instead.


No differences found