Thread

Commits

  1. Remove some unused variables in TAP tests

  1. Unused variable in TAP tests file

    Amul Sul <sulamul@gmail.com> — 2021-09-03T05:23:19Z

    Few tap test files have the "tempdir_short" variable which isn't in
    use. The attached patch removes the same
    
    Regards,
    Amul
    
  2. Re: Unused variable in TAP tests file

    Michael Paquier <michael@paquier.xyz> — 2021-09-03T07:03:36Z

    On Fri, Sep 03, 2021 at 10:53:19AM +0530, Amul Sul wrote:
    > Few tap test files have the "tempdir_short" variable which isn't in
    > use. The attached patch removes the same
    
    Indeed.  Let's clean up that.  Thanks!
    --
    Michael
    
  3. Re: Unused variable in TAP tests file

    Michael Paquier <michael@paquier.xyz> — 2021-09-06T02:28:06Z

    On Fri, Sep 03, 2021 at 04:03:36PM +0900, Michael Paquier wrote:
    > Indeed.  Let's clean up that.  Thanks!
    
    And done.
    --
    Michael
    
  4. Re: Unused variable in TAP tests file

    Amul Sul <sulamul@gmail.com> — 2021-09-06T04:14:01Z

    Thank you !
    
    Regards,
    Amul
    
    On Mon, Sep 6, 2021 at 7:58 AM Michael Paquier <michael@paquier.xyz> wrote:
    >
    > On Fri, Sep 03, 2021 at 04:03:36PM +0900, Michael Paquier wrote:
    > > Indeed.  Let's clean up that.  Thanks!
    >
    > And done.
    > --
    > Michael