Skip to content

Commit a43137a

Browse files
korydraughnalanking
authored andcommitted
[irods/irods#4481] Fixed msiSetQuota() test.
1 parent 08442c0 commit a43137a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

python_rules/rulemsiSetQuota.r

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,5 +8,5 @@ def main(rule_args, callback, rei):
88

99
callback.writeLine('stdout', 'Set quota on ' + name + ' for resource ' + resource + ' to ' + value + ' bytes')
1010

11-
INPUT *Type="user", *Name="rods", *Resource="demoResc", *Value="1000000000"
11+
INPUT *Type="user", *Name="rods", *Resource="demoResc", *Value="0"
1212
OUTPUT ruleExecOut

0 commit comments

Comments
 (0)